{post.data.title} { formattedDate && ( {formattedDate} ) } { categories.length > 0 && ( in{" "} {categories.map((cat, i) => ( <> {i > 0 && ", "} {cat.label} > ))} ) } {/* IMPORTANT: Check .src, not just the field */} { post.data.featured_image?.src && ( ) } {post.data.content && } { tags.length > 0 && ( {tags.map((tag) => ( {tag.label} ))} ) }